home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MaxiMac 2001 March
/
MaxiMac 112.iso
/
Macworld on CD n°112
/
Applications (Mac OS Classic)
/
SiteCam 6.0 démo
/
Extras
/
Sample AppleScripts
/
Logo scripts
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-17
|
347 b
|
11 lines
|
[
TEXT/ToyS
]
-- Example AppleScript to show how to get/set various parameters
tell application "SiteCam"
get position of logo of document 1
get file of logo of document 1
get active of logo of document 1
get horizontal justification of logo of document 1
get vertical justification of logo of document 1
get transfer mode of logo of document 1
end tell